home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD 60 / supercd60_2.iso / BlitzBasic / Blitz2DPCP / data1.cab / Support / help / beginners / tutorial / end if.bb < prev    next >
Encoding:
Text File  |  2001-11-21  |  118 b   |  8 lines

  1. commodore = 20
  2. atari = 20
  3. If commodore = atari
  4. Print "Welcome to the machine - Commodore and Atari..."
  5. EndIf
  6.  
  7.  
  8.